Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution studio.extensions.easyshare--doctype

This contribution is part of XML component studio.extensions.easyshare inside nuxeo-easyshare-7.10-HF02.jar /OSGI-INF/extensions.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="Folder" name="EasyShareFolder">
          <facet name="Collection"/>
          <facet name="NotCollectionMember"/>
          <schema name="dublincore"/>
          <schema name="common"/>
          <schema name="easysharefolder"/>
          <schema name="uid"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <doctype extends="Folder" name="EasyShareFolder">
      <facet name="Collection"/>
      <facet name="NotCollectionMember"/>
      <schema name="dublincore"/>
      <schema name="common"/>
      <schema name="easysharefolder"/>
      <schema name="uid"/>
    </doctype>
  </extension>